home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / USRHST42.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  41 lines

  1. ; USRobotics HST (144x ROM) (V.42)
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                      1-UP  2-UP  3-DOWN  4-UP     5-DOWN
  6. ;                      6-UP  7-UP  8-DOWN  9-DOWN  10-UP
  7. ;                      WIDE SWITCH-UP
  8. ;
  9. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  10. ; program, type the following lines and press ENTER after each.  Then
  11. ; exit and restart TE/2.
  12. ;
  13. ;       ATE1Q0M1X7V1S7=60
  14. ;       AT&A3&K3&B1&C1&D2&H1&M4&N0&R2&W
  15. ;
  16. ; NOTES: Set ALL dialing directory entries to 38400 baud
  17. ;        If running OS/2 1.x, change all 38400's to 19200
  18.  
  19. Baud          38400
  20. Parity        N
  21. WordLen       8
  22. StopBits      1
  23.  
  24. XonXoff       BOTH
  25. CtsRts        BOTH
  26. MatchBaud     FALSE
  27.  
  28. ModemInitStrg ATZ^M
  29. ModemDialStrg ATDT
  30. ModemDialSufx ^M
  31. ModemHangStrg ;
  32. DTRHangup     TRUE
  33.  
  34. Connect       CONNECT,38400
  35.  
  36. NoConnect     NO_DIAL_TONE
  37. NoConnect     NO_CARRIER
  38. NoConnect     BUSY
  39. NoConnect     VOICE
  40.  
  41.